'Declaration Public Overloads Shared Function CreateProgressEventHandler<TA class that must be derived from T:Vintasoft.Imaging.ProgressEventArgs.>( _
ByVal destActionProgressControllerКонтроллер прогресса назначения.As IActionProgressController _
) As System.EventHandler(Of T) (Of TA class that must be derived from T:Vintasoft.Imaging.ProgressEventArgs.As Vintasoft.Imaging.ProgressEventArgs)
public static System.EventHandler<T> CreateProgressEventHandler<T>(
IActionProgressController destActionProgressController
) where T: Vintasoft.Imaging.ProgressEventArgs
public: static System.EventHandler<T*>* CreateProgressEventHandler<T>(
IActionProgressController* destActionProgressController
) where T: Vintasoft.Imaging.ProgressEventArgs*
generic<typename T> public:
static System.EventHandler<T^>^ CreateProgressEventHandler(
IActionProgressController^ destActionProgressController
) where T: Vintasoft.Imaging.ProgressEventArgs^
Parameters
- destActionProgressController
- Контроллер прогресса назначения.
Type Parameters
- T
- A class that must be derived from T:Vintasoft.Imaging.ProgressEventArgs.
Return Value
Делегат прогресса, прогресс которого будет преобразован в последовательность шагов в указанном контроллере прогресса.